home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / ghost200.zip / HISTORY.TXT < prev    next >
Text File  |  1993-05-01  |  4KB  |  97 lines

  1. Version History of GHOST BBS....
  2.  
  3. Version 1.00
  4.  
  5. - Initial release of GHOST BBS
  6.  
  7. Version 1.10
  8.  
  9. - fix for improper recycling of both Ring Monitor and GHOST BBS. V.1.00
  10.   was sometimes sending "phantom" init strings to both GHOST and Ring
  11.   Monitor, which resulted in effectively disabling Ring Monitor, even
  12.   when it was selected for use, and also sometimes resulted in poor
  13.   connections with GHOST due to improper initialization of the modem.
  14.  
  15. - GHOST BBS v.1.00 did not watch carrier enough to satisfy me. There are
  16.   too many places where it is possible for a dropped carrier to go
  17.   unnoticed by GHOST 1.00 for some time, or where GHOST 1.00 does not
  18.   recover properly after carrier is unexpectedly dropped. GHOST BBS 1.10
  19.   now watches the carrier state constantly throughout a remote log in.
  20.  
  21. - GHOST 1.00 shows the current date as your last date on in the message
  22.   during log in, rather than the actual last date on. GHOST 1.10 shows
  23.   the correct last date on, and furthermore, does not record that
  24.   information until you log off, so that if you lose carrier just after
  25.   logging in, it's not recorded as a log in.
  26.  
  27. - GHOST 1.00 has a problem with a change of year. A NEWS file created in
  28.   one year will ALWAYS be shown to a user logging in during the next
  29.   year. This has to do with how Wasp compares dates as strings. I have
  30.   changed to comparing dates as long variables, and this problem no
  31.   longer surfaces.
  32.  
  33. - The connection sequences, and recycling sequences have been rewritten
  34.   for faster times where acceptable, and more reliability, even if
  35.   slower recycling, where needed.
  36.  
  37. - Several internal "speed hogs" have been rewritten to improve overall
  38.   throughput in GHOST.
  39.  
  40. - one user (in France!) reported that there is a problem with ProComm's
  41.   interpretation of the French keyboard. It seems that PCP/Win does not
  42.   see either a "\" or "/" when sent from a French keyboard. This meant
  43.   that it was impossible to end a message when written using a French
  44.   keyboard. Although it took some careful recoding, GHOST BBS 1.10
  45.   recognizes the escape key during message writing, and uses that to end
  46.   things. It does not need to be on a line by itself. If GHOST finds
  47.   <ESC> on a line with text, it records the text up to the <ESC>, and
  48.   then exits the edit.
  49.  
  50. Version 1.20 (very limited release)
  51.  
  52. - added private directory capability for level 3 users. If you add a
  53.   line (pvt_dir=) to a level 3 users section in GHOST.USR (for new
  54.   users, the line will be automatically added, blank) and follow it with
  55.   a directory (e.g. pvt_dir=f:\beta ), the level 3 user will see the
  56.   contents of that dir along with the default download dir, seamlessly,
  57.   when he asks for a list of files. If the line is left blank, he will
  58.   only see the download dir files. Each level 3 user can have his own
  59.   private dir, or they can be shared amongst several or all level 3
  60.   users.
  61.  
  62. - level 4 status has been set to include the ability to DL and UL from
  63.   anywhere on the system (please be careful who you set as a level 4
  64.   user), but cannot abort GHOST from a remote location. IOW, he is a
  65.   sysop without the right to abort GHOST.
  66.  
  67. Version 2.00 -
  68.  
  69. - added Zmodem batch transfers for remote downloads
  70.  
  71. - new menu item for L)ocate a user. Allows a user on line to search a
  72.   list of other users, to determine if someone else is a user of the
  73.   system. Two options... user can be searched for by name, or, if
  74.   GHOSTUSR.LST file exists, the user on line can view a complete list of
  75.   names with cities.
  76.  
  77. - added support for multiple bulletin files at log on, and from menus
  78.   (maximum - 99)
  79.  
  80. - addition of timed sessions (start and stop time), support for running
  81.   of a secondary script at shut down, and provision for a second session
  82.   of GHOST after a secondary script is run
  83.  
  84. - added a 24 hour loop routine, to allow unattended running of
  85.   GHOST/secondary script combinations in unattended mode over more than
  86.   a single "run"
  87.  
  88. - modified mail system to pack deleted messages automatically at GHOST
  89.   shutdown.
  90.  
  91. - during display of log on bulletins, help files, etc., GHOST can now
  92.   clear the screen between "pages", rather than the slower scrolling
  93.   method. Sysop defines which files get this treatment, and which don't.
  94.  
  95. - added alias support for level 4 and 5 security users
  96.  
  97.